home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / SPEAKNR.PAK / SOUNDS.RC2 < prev    next >
Text File  |  1997-05-06  |  523b  |  14 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. // Sound data - included by SPEAKN.RC
  3.  
  4. #ifdef APSTUDIO_INVOKED
  5. #error : Do not edit this file with App Studio - edit SPEAKN.RC instead
  6. #endif
  7.  
  8. IDSOUND_WELCOME     sound       res\welcome.wav
  9. IDSOUND_QUESTION    sound       res\question.wav
  10. IDSOUND_CORRECT     sound       res\correct.wav
  11. IDSOUND_INCORRECT   sound       res\incorrec.wav
  12. IDSOUND_GIVEUP      sound       res\giveup.wav
  13. IDSOUND_GOODBYE     sound       res\goodbye.wav
  14.